From: Glenn Morris Date: Fri, 17 Aug 2012 07:23:21 +0000 (-0700) Subject: Whitespace X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~1090 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a09710e913297f40c320c93689391a0a8fe4bc3a;p=emacs.git Whitespace --- diff --git a/configure.ac b/configure.ac index 30bfb95e1dc..2394790c455 100644 --- a/configure.ac +++ b/configure.ac @@ -3425,7 +3425,7 @@ case $opsys in dnl if HAVE_POSIX_OPENPT if test "x$ac_cv_func_posix_openpt" = xyes; then AC_DEFINE(PTY_OPEN, [fd = posix_openpt (O_RDWR | O_NOCTTY)]) - AC_DEFINE(PTY_NAME_SPRINTF, [] ) + AC_DEFINE(PTY_NAME_SPRINTF, []) dnl if HAVE_GETPT elif test "x$ac_cv_func_getpt" = xyes; then AC_DEFINE(PTY_OPEN, [fd = getpt ()])